From: Glenn Morris Date: Thu, 18 Mar 2010 05:59:32 +0000 (-0700) Subject: * configure: Fix comment mistake in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8369 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9257fed035bfd37e68069475b3b56785add92a22;p=emacs.git * configure: Fix comment mistake in previous change. --- diff --git a/configure b/configure index be0d2cf080b..48c9da8a575 100755 --- a/configure +++ b/configure @@ -5668,11 +5668,11 @@ fi ## pre-built, and not deleted by the normal clean rules. makeinfo is ## therefore in the category of "special tools" not normally required, which ## configure does not have to check for (eg autoconf itself). -## In a CVS checkout on the other hand, the manuals are not included. -## So makeinfo is a requirement to build from CVS, and configure +## In a Bazaar checkout on the other hand, the manuals are not included. +## So makeinfo is a requirement to build from Bazaar, and configure ## should test for it as it does for any other build requirement. ## We use the presence of $srcdir/info/emacs to distinguish a release, -## with pre-built manuals, from a CVS checkout. +## with pre-built manuals, from a Bazaar checkout. if test "$MAKEINFO" = "no"; then if test "x${with_makeinfo}" = "xno"; then MAKEINFO=off